Skip to content

Hint on required re-logging to see changed avatar #6483

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions kitsune/users/jinja2/users/edit_profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ <h1 class="sumo-page-heading">{{ _('Your Account') }}</h1>
<p>
{% trans a_open='<a href="https://support.mozilla.org/en-US/kb/change-primary-email-address-firefox-accounts">'|safe, a_close='</a>'|safe %}
To change your email or avatar, visit the Mozilla accounts page. {{ a_open }} Learn more. {{ a_close }}
<br>
<small>After changing your avatar, please re-login on
<a href="https://support.mozilla.org/en-US/users/auth">support.mozilla.org</a> to see the changes to apply.
</small>
Comment on lines 30 to +35
Copy link
Contributor

@janbrasna janbrasna Feb 25, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BTW this would trigger new translations of the whole string, incl. the already existing content in all locales, and the added markup also doesn't really handle well in localization.

A more successful path could be as shown in #5962 — as a new separate string (also with no links etc. complicating it more than necessary…)

{% endtrans %}
</p>

Expand Down